html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1445px;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: relative;
}


/*分页样式，根据实际情况修改*/

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 40px auto 40px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 10px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 19px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

input.zt12 {
    display: inline-block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
    margin-top: -1px;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #164cd3;
    border: 1px solid #164cd3;
}

.page_hide span {
    background-color: #164cd3;
    color: #fff;
    border: 1px solid #164cd3;
}


/*分页样式结束*/

.container {
    width: 1440px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 612px;
}

.header .swiper-container {
    height: 100%;
}

.header_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 612px;
    z-index: 10;
}

.navBox {
    padding-top: 37px;
    width: 100%;
    overflow: hidden;
}

.nav {
    width: 1760px;
    float: right;
    height: 83px;
    background: url(../images/nav_img3.png) no-repeat center top / 100% 19px;
    background-color: #295de0;
    border-radius: 80px 0 0 80px;
    overflow: hidden;
}

.nav>img {
    float: left;
    margin-top: 7px;
    margin-left: 8px;
}

.nav>ul {
    float: left;
    margin-left: 25px;
    position: relative;
}

.nav>ul li {
    float: left;
    margin-left: 61px;
    line-height: 83px;
}

.nav>ul li a {
    font-size: 20px;
    color: #fff;
    display: block;
}

.nav>ul li:hover a,
.nav>ul li.on a {
    font-weight: 700;
    background: url(../images/nav_img2.png) no-repeat center 60px;
}

.nav>ul em {
    position: absolute;
    left: 81px;
    bottom: 12px;
    transition: left .3s;
    display: none;
}

.nav>a {
    float: left;
    margin-left: 10px;
    margin-top: 17px;
}

.nav>a.myb {
    margin-left: 49px;
}

.nav>a.myb:hover,
.nav>a.wza:hover {
    transform: rotate(360deg);
    transition: transform .3s;
}

.nav>a.slb {
    width: 132px;
    height: 51px;
    background: #ff4544;
    border-radius: 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 51px;
    transition: font-size .3s;
}

.nav>a.slb:hover {
    font-size: 24px;
    transition: font-size .3s;
}

.logo {
    padding-top: 65px;
}

.logo a {
    display: block;
    width: 500px;
    height: 128px;
    margin: 0 auto;
}

.logo a img {
    display: block;
    width: 100%;
    height: 100%;
}

.searchBox {
    width: 540px;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    margin-top: 25px;
}

.searchBox img {
    float: left;
    margin-top: 19px;
    margin-left: 20px;
}

.searchBox input[type=text] {
    float: left;
    border: none;
    outline: none;
    height: 100%;
    width: 370px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
}

.searchBox input[type=text]::placeholder {
    font-size: 16px;
    color: #999999;
}

.searchBox button {
    float: right;
    border: none;
    outline: none;
    width: 100px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    background: #ff4544;
}

.tout {
    width: 100%;
    height: 111px;
    line-height: 111px;
    padding-top: 103px;
}

.tout .container {
    box-sizing: border-box;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 14.4px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.tout .container img {
    display: inline-block;
    margin-top: 28px;
    margin-right: 40px;
    vertical-align: top;
}

.tout .container a {
    display: inline-block;
    font-size: 36px;
    color: #333333;
    font-family: "numDigital";
    max-width: 1100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.tout .container a:hover {
    color: #295de0;
}

.tong_tab_hd ul {
    float: left;
    position: relative;
}

.tong_tab_hd ul>em {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 2px;
    background: #536ff4;
    transition: left, width .3s;
}

.tong_tab_hd ul li {
    float: left;
    margin-right: 28px;
    height: 46px;
    box-sizing: border-box;
}

.tong_tab_hd ul li:last-child {
    margin-right: 0;
}

.tong_tab_hd ul li a {
    display: block;
    font-size: 24px;
    color: #333333;
    font-family: "numDigital";
    font-weight: 700;
}

.tong_tab_bd {
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #c0cff4;
}

.tong_tab_bd .swiper-slide ul {
    padding-top: 15px;
}

.tong_tab_bd .swiper-slide ul li {
    height: 48px;
    line-height: 48px;
    position: relative;
    padding-left: 23px;
}

.tong_tab_bd .swiper-slide ul li::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cccccc;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tong_tab_bd .swiper-slide ul li a {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tong_tab_bd .swiper-slide ul li a:hover {
    color: #295de0;
}

.idx_title {
    height: 70px;
    position: relative;
}

.idx_title a {
    font-size: 32px;
    color: #295de0;
    font-weight: 700;
    font-family: "numDigital";
    padding-right: 45px;
    background: url(../images/idx_right_icon.png) no-repeat right 5px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.idx_title::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #ccdaff;
    left: 0;
    top: 17px;
}

.links {
    height: 82px;
    background: #f3f8ff;
    margin-top: 50px;
}

.links .link {
    float: left;
    width: 223px;
    line-height: 42px;
    background: #fff;
    margin-right: 20px;
    position: relative;
}

.links .link:last-child {
    margin-right: 0;
}

.links .link span {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 42px;
    border-top: 20px solid #f3f8ff;
}

.links .link a {
    display: block;
    font-size: 16px;
    color: #333333;
}

.links .link a:hover {
    color: #295de0;
}

.links .link img {
    position: absolute;
    right: 15px;
    top: 38px;
    transition: transform .3s;
}

.links .link .list {
    display: none;
    position: absolute;
    width: 1440px;
    background: #fff;
    bottom: 60px;
    box-shadow: 0 -5px 10px 5px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 30px 50px;
    z-index: 10;
    border-radius: 5px;
}

.links .link .list a {
    float: left;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.links .link .list a:hover {
    color: #295de0;
}

.links .link3 .list {
    left: -486px;
}

.links .link4 .list {
    left: -730px;
}

.links .link5 .list {
    right: -244px;
}

.links .link6 .list {
    right: 0;
}

.links .link.show span {
    border-top: 20px solid #fff;
    z-index: 11;
}

.links .link.show img {
    transform: rotate(180deg);
    transition: transform .3s;
}

.links .link.show .list {
    display: block;
}

.footer {
    height: 250px;
    background: #164cd3;
    margin-top: 50px;
}

.footer .block {
    float: left;
    width: 128px;
    height: 113px;
    background: #255be2;
    margin-right: 21.5px;
    margin-top: 40px;
}

.footer .block>a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 74px;
    text-align: center;
    font-size: 15px;
    color: #a6bbee;
}

.footer .block1 a {
    background: url(../images/footer_icon1.png) no-repeat center 24px;
}

.footer .block2 a {
    background: url(../images/footer_icon2.png) no-repeat center 24px;
}

.footer .block3 a {
    background: url(../images/footer_icon3.png) no-repeat center 24px;
}

.footer .block4 {
    width: 540px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 10px;
}

.footer .block4 * {
    font-size: 15px;
    color: #a6bbee;
    line-height: 30px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .block4 img {
    vertical-align: sub;
}

.footer .block5 {
    width: 162px;
}

.footer .block5 a {
    background: url(../images/footer_icon5.png) no-repeat center 24px;
}

.footer .block6 {
    float: right;
    margin-right: 0;
    width: 245px;
    padding-left: 31px;
    box-sizing: border-box;
    padding-top: 25px;
}

.footer .block6 a {
    padding-top: 0;
    float: left;
    width: auto;
    height: auto;
}

.footer .block6 a:nth-child(2) {
    margin-left: 18px;
    margin-top: 5px;
}

.footer .block7 {
    width: 100%;
    height: 56px;
    background: #0f42c2;
    line-height: 56px;
}

.footer .block7 p {
    float: left;
    font-size: 15px;
    color: #9ab3f2;
}

.footer .block7 p:nth-child(2) {
    float: right;
}

.rightBarBox {
    position: fixed;
    right: 30px;
    z-index: 10;
    top: 660px;
}

.rightBarBox.on {
    position: fixed;
    top: 320px;
}

.rightBarBox ul li {
    margin-bottom: 5px;
    position: relative;
}

.rightBarBox ul li:hover em {
    display: block;
}

.rightBarBox ul li>em {
    display: none;
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    border: 1px solid #ccdaff;
    box-sizing: border-box;
    padding-left: 10px;
    padding: 10px 10px 0;
    border-radius: 5px;
}

.rightBarBox ul li>em::after {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}

.rightBarBox ul li>em img {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
}

.rightBarBox ul li>em i {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    height: 34px;
    line-height: 24px;
}

.rightBarBox ul li:last-child {
    margin-top: 73px;
}

.slb_tips {
    position: fixed;
    right: 0;
    bottom: 25px;
    width: 476px;
    height: 135px;
    background: url(../images/right_bar_icon6.png) no-repeat center;
    z-index: 20;
}

.slb_tips a {
    display: block;
    width: 100%;
    height: 100%;
}

.slb_tips a em {
    float: right;
    width: 94px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fe8f00;
    line-height: 36px;
    background: #fff;
    border-radius: 5px;
    margin-top: 50px;
    margin-right: 20px;
}

.slb_tips.hide {
    right: -100%;
    transition: right 1.5s;
}

.sub_leftBar {
    position: fixed;
    width: 60px;
    background: #f6f6f6;
    box-sizing: border-box;
    border-left: 3px solid #2a5ce1;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 10px 0 10px 5px rgba(0, 0, 0, .1);
    transition: width .3s;
    display: none !important;
}

.sub_leftBar_show {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: top, left .3s;
}

.sub_leftBar_show>em {
    width: 100%;
    height: 3px;
    background: #285ddf;
    margin-bottom: 5px;
    display: block;
}

.sub_leftBar_cont {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.sub_leftBar_cont .usr {
    border-bottom: 1px dashed #c0cff4;
    padding-bottom: 30px;
}

.sub_leftBar_cont .usr .hd {
    position: relative;
    width: 57px;
    height: 66px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 7px;
}

.sub_leftBar_cont .usr .hd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #295de0;
    width: 57px;
    height: 57px;
    z-index: 0;
    border-radius: 50%;
}

.sub_leftBar_cont .usr .hd img {
    display: block;
    position: relative;
    z-index: 2;
    /* margin: 0 auto; */
    margin-left: 5px;
}

.sub_leftBar_cont .usr .bd p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sub_leftBar_cont .usr .bd div.span1 {
    font-size: 16px;
    display: block;
    color: #333333;
    text-align: center;
    display: none;
}

.sub_leftBar_cont .usr .bd div.span1 a {
    display: inline-block;
    font-size: 16px;
    color: #295de0;
    margin-left: 10px;
}

.sub_leftBar_cont .usr .bd div.span1 a:hover {
    text-decoration: underline;
}

.sub_leftBar_cont .usr .bd div.span2 {
    display: block;
    font-size: 16px;
    text-align: center;
}

.sub_leftBar_cont .usr .bd div.span2 a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border: 1px solid #295de0;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 50px;
    background: #295de0;
    margin-right: 5px;
}

.sub_leftBar_cont .usr .bd div.span2 a:nth-child(2) {
    color: #295de0;
    background: #fff;
}

.sub_leftBar_cont .usr_link {
    padding-top: 20px;
}

.sub_leftBar_cont .usr_link a {
    display: block;
    line-height: 62px;
    font-size: 18px;
    color: #333333;
    padding-left: 8px;
    background: url(../images/zwgk_img53.png) no-repeat right 7px center;
}

.sub_leftBar_cont .usr_link a:hover {
    color: #295de0;
    background: url(../images/zwgk_img53_1.png) no-repeat right 7px center;
}

.sub_leftBar.show {
    width: 230px;
    transition: width .3s;
}

.sub_leftBar.show .sub_leftBar_cont {
    opacity: 1;
    transition: opacity .3s;
}

.sub_leftBar.show .sub_leftBar_show {
    display: none;
}

.sub_leftBar.show .sub_leftBar_show1 {
    display: block;
    left: 30%;
    top: 17%;
}

.sub_leftBar_show1 {
    display: none;
}

.sub_leftBar.show .sub_leftBar_show1 em {
    position: relative;
    z-index: 10;
}

.sub_leftBar.show .sub_leftBar_show1 em:nth-child(2) {
    width: 0;
}

.sub_leftBar.show .sub_leftBar_show1 em:nth-child(1) {
    transform: rotateZ(45deg) translateX(47%);
}

.sub_leftBar.show .sub_leftBar_show1 em:nth-child(3) {
    transform: rotateZ(-45deg) translateX(44%);
}

.sub_leftBar.show .sub_leftBar_show1::after {
    content: "";
    position: absolute;
    left: -55px;
    height: 79px;
    width: 112px;
    background: #fff;
    border-radius: 0 45px 45px 0;
    top: -30px;
    z-index: 1;
}

.position {
    height: 75px;
    border-bottom: 1px solid #eaeaea;
    line-height: 75px;
    font-size: 16px;
    color: #999999;
}

.position span {
    display: inline-block;
    padding-left: 30px;
    background: url(../images/position.png) no-repeat left center;
}

.position a {
    font-size: 16px;
    color: #999999;
    display: inline-block;
}

.position a:last-child {
    color: #295de0;
}

.position a:hover {
    color: #295de0;
}

.tong_cebian {
    float: left;
    width: 300px;
}

.tong_cebian>span {
    display: flex;
    width: 300px;
    height: 126px;
    background: url(../images/tylb_img1.png) no-repeat center;
    font-size: 34px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    line-height: 44px;
}

.tong_cebian>span em {
    display: block;
    width: 100%;
    text-align: center;
    white-space: break-spaces;
}

.tong_cebian>ul {
    border: 1px solid #eaeaea;
    border-left: 6px solid #295de0;
    border-top: none;
    padding: 15px 0;
}

.tong_cebian>ul li {
    height: 71px;
    line-height: 71px;
}

.tong_cebian>ul li a {
    display: block;
    box-sizing: border-box;
    padding-left: 71px;
    margin-left: -3px;
    font-size: 20px;
    color: #333333;
    transition: background .3s;
    max-width: 105%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
}

.tong_cebian>ul li:hover a,
.tong_cebian>ul li.on a {
    background: url(../images/tylb_img2.png) no-repeat 258px center;
    background-color: #f5faff;
    transition: background-color .3s;
    color: #295de0;
    font-weight: 700;
}

.w1085 {
    float: right;
    width: 1085px;
}

.w1085 .hd {
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
}

.w1085 .hd span {
    display: inline-block;
    font-size: 30px;
    color: #295de0;
}

.sub_header {
    height: 260px;
    background: url(../images/sub_header_bg.png) no-repeat center top;
}

.sub_logo {
    float: left;
    padding-top: 55px;
}

.sub_top_right {
    float: right;
    padding-top: 30px;
    width: 470px;
}

.sub_top_right .block1 {
    float: right;
}

.sub_top_right .block1 a {
    float: left;
    font-size: 16px;
    color: #125db2;
    margin-left: 16px;
    position: relative;
    line-height: 32px;
}

.sub_top_right .block1 a.a2 {
    padding-left: 16px;
}

.sub_top_right .block1 a.a2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background: #125db2;
}

.sub_top_right .block1 a.a3 {
    width: 100px;
    background: #ff4544;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border-radius: 25px;
}

.sub_top_right .block2 {
    float: right;
    background: #fff;
    width: 427px;
    height: 58px;
    line-height: 58px;
    margin-top: 35px;
}

.sub_top_right .block2 img {
    float: left;
    margin-top: 18px;
    margin-left: 20px;
}

.sub_top_right .block2 input[type=text] {
    float: left;
    border: none;
    outline: none;
    height: 57px;
    width: 260px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
}

.sub_top_right .block2 input[type=text]::placeholder {
    font-size: 16px;
    color: #999999;
    line-height: 58px;
}

.sub_top_right .block2 button {
    float: right;
    height: 57px;
    width: 100px;
    color: #fff;
    background: #295de0;
    border: none;
    outline: none;
    font-size: 18px;
}

.sub_nav {
    background: #295de0;
    height: 60px;
    line-height: 60px;
    margin-top: 39px;
}

.sub_navBox {
    width: 1340px;
    margin: 0 auto;
}

.sub_navBox ul li {
    float: left;
    margin-right: 100px;
}

.sub_navBox ul li:last-child {
    margin-right: 0;
}

.sub_navBox ul li a {
    display: block;
    font-size: 20px;
    color: #ffffff;
}

.sub_navBox ul li.on a,
.sub_navBox ul li:hover a {
    font-weight: 700;
    background: url(../images/nav_img2.png) no-repeat center 45px;
}

.tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    text-align: center !important;
    width: 150px;
    bottom: 75px;
    padding: 5px 15px;
    max-width: none !important;
    z-index: 999;
}

.tag img {
    position: absolute;
    left: 33%;
    transform: rotateZ(180deg) translateX(-50%);
    bottom: -15px;
    margin: 0;
}

.tag p {
    font-size: 14px !important;
    color: #999;
    text-align: center !important;
}

.tag.show {
    opacity: 1;
    transition: opacity .3s;
}

.SetTimerTan {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 7px;
    z-index: 99999;
    display: none;
}

.SetTimerTan .cont {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 18px;
    color: #015293;
    font-weight: 700;
}

.SetTimerTan .bot {
    text-align: center;
}

.SetTimerTan .bot p {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.SetTimerTan .bot button {
    border: none;
    width: 60px;
    height: 30px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none;
}

.SetTimerTan .bot button#SetTimerTan1 {
    background-color: #015293;
    color: #fff;
}

.SetTimerTanBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9999;
    display: none;
}

.sub_leftBar_button {
    display: none;
    position: fixed;
    left: 0;
    bottom: 5%;
}

.sub_topLoginRes {
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    background: #295de0;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
}

@media (max-width: 1400px) and (min-width: 320px) {
    .sub_leftBar {
        display: none;
    }
    .sub_leftBar_button {
        display: block;
    }
    body {
        zoom: 0.8;
        overflow-x: hidden;
        margin-left: -8%;
    }
    .nav {
        margin-right: 0 !important;
    }
}


/*引入宋体字体*/


/* @font-face {
    font-family: 'numDigital';
    src: url('../lib/songti.ttf') format('truetype');
}

@font-face {
    font-family: 'numDigital1';
    src: url('../lib/SOURCEHANSANSSC-BOLD.OTF') format('truetype');
} */